[FAILED]

Результат функционального тестирования

1 из 38 тестов завершилось с ошибкой.

[FAILED]  forum_get_users_notfound

Pass 1
  1. http://localhost:5000/api/forum/03I9V4x1eoKo8/users?limit=10
    Ожидание Реальность
    1
    Status: 404 Not Found
    Status: 200 OK
    1
    Запрос
    GET http://localhost:5000/api/forum/03I9V4x1eoKo8/users?limit=10 HTTP/1.1
    Accept: application/json
    
    
    Ответ
    HTTP/1.1 200 OK
    Connection: keep-alive
    Content-Length: 2
    Content-Type: application/json; charset=utf-8
    Date: Mon, 07 Jan 2019 06:41:41 GMT
    Etag: W/"2-l9Fw4VUO7kr8CvBlt4zaMCqXZ0w"
    X-Powered-By: Express
    
    
    []
    Ожидался ответ вида
    HTTP/1.1 404 Not Found
    Content-Length: 58
    Content-Type: application/json
    
    
    {
      "message": "Can't find forum by slug: 03I9V4x1eoKo8"
    }